=================================
By ROANDOOM
=================================

To use damage crosshair place the 
damagecrosshair1.lua script on 
any object in your game that is 
not static and make it always 
active.

place the ai_soldier4.lua on your
soldiers.

The damage crosshair will show as
long as the ai with the script get
damaged.


=================================
INSTALLATION:
=================================


1.Extract the folder "ai2" and 
the 2 scripts into your scriptbank
folder. 


2.Extract the 3 images in your 
scriptbank's images folder.





3.(Optional) If you want to use it 
on your current soldiers then
place :

=================================

timercross1 = 20
damagecross1 = 1

=================================

in the :


"function module_combatcore.hurt(e,responsestate)" 

function in the module_combatcore.lua file


and place :

=================================

timercross1 = 20
damagecross1 = 3

=================================

in the :


"function module_combatcore.headshot(e)" 

function in the module_combatcore.lua file



and place :

=================================

function ai_soldier4_exit(e)
if damagecross1 == 0 or damagecross1 == 1 then
timercross1 = 20
damagecross1 = 2
end
end

=================================

in your ai_soldier.lua script below.


Then it should work with your soldiers.







